Current Location: Home> Function Categories> fdiv

fdiv

Perform floating point division under IEEE 754 semantics
Name:fdiv
Category:math
Programming Language:php
One-line Description:Perform floating point division under IEEE 754 semantics
Similar Functions
  • Logarithm with base 10 log10

    log10

    Logarithmwithbase10
  • Returns log(1 + number), and can calculate the exact result even when the value of number is close to zero. log1p

    log1p

    Returnslog(1+number)
  • Returns the remainder of the floating point number of division fmod

    fmod

    Returnstheremaindero
  • Exponential expressions pow

    pow

    Exponentialexpressio
  • Returns exp(number) - 1, and can calculate the exact result even when the value of number is close to zero. expm1

    expm1

    Returnsexp(number)-1
  • Convert decimal to hexadecimal dechex

    dechex

    Convertdecimaltohexa
  • Natural logarithm log

    log

    Naturallogarithm
  • Square root sqrt

    sqrt

    Squareroot